home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / fflc_100 / fflc.cfg < prev    next >
Text File  |  1995-09-18  |  2KB  |  90 lines

  1. ;
  2. ; FFLC.CFG
  3. ;
  4.  
  5.  
  6. ; Sysop statement
  7. ;   Sysop <your name>
  8. Sysop Your Name
  9.  
  10. ; Key statement
  11. ;   Key <key>
  12. ;
  13. ; Without key FFLC-generated file list contain a maximum
  14. ; of 4 areas.
  15. Key  xxxxxxxx
  16.  
  17. ; New-Files-Indicator
  18. ;
  19. ; Number of days until + (NewFileIndicator1) btw. *
  20. ; (NewFileIndicator2) is shown.
  21. NewFileIndicator1 30
  22. NewFileIndicator2 14
  23.  
  24. ; Path of your TICKECHO.BBS file
  25. Tickecho F:\FIDO\TICKECHO.BBS
  26.  
  27. ;   Areahead <filespec>
  28. ; & Areafoot <filespec>
  29. ; & File <filespec>
  30. ;
  31. ; Those files contain the design for the begin of an
  32. ; area (Areahead), the end of an area (Areafoot) and
  33. ; each file (File).
  34.  
  35. Areahead AREAHEAD.TXT
  36. Areafoot AREAFOOT.TXT
  37. File FILE.TXT
  38.  
  39. ;   Input <filespec>
  40. ; & Output <filespec>
  41. ;
  42. ; Paths of your input file (contains structure of the filelist)
  43. ; and your output file (where FFLC has to write the filelist).
  44. Input FFLC.INP
  45. Output ALLFILES.TXT
  46.  
  47. ;   Hidemissingfiles
  48. ;
  49. ; Missing files will be shown in the filelist unless this
  50. ; statement is active.
  51. Hidemissingfiles
  52.  
  53.  
  54. ; #IF #ELSE #FI #UNLESS
  55. ;
  56. ; #IF <label> [...] #FI
  57. ; Unless the word <label> is one of the arguments the
  58. ; stuff between #IF and #FI will be ignored.
  59. ;
  60. ; #IF <label> [...] #ELSE [...] #FI
  61. ; If the word <label> is one of the arguments the stuff
  62. ; between #ELSE and #FI will be ignored.
  63. ;
  64. ; #UNLESS is the opposite to #IF
  65. ;
  66. ; #UNLESS <label> [...] #FI
  67. ; #UNLESS <label> [...] #ELSE [...] #IF
  68. ;
  69.  
  70.  
  71. #IF days
  72. ; ... if days is one of the arguments then ...
  73.  
  74. ;   Days <number of days>
  75. ; FFLC won't show files that are older than the
  76. ; specified number of days.
  77.  
  78. Days 21
  79.  
  80. ; ... show files that aren't older than 21 days only...
  81.  
  82. NewFileIndicator1 14
  83. NewFileIndicator2 7
  84.  
  85. ; ... and change the limits of the new-files-indicator. 
  86.  
  87. #FI
  88.  
  89.  
  90.